[INFO] cloning repository https://github.com/SAY683/AtomDB-3
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SAY683/AtomDB-3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSAY683%2FAtomDB-3", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSAY683%2FAtomDB-3'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cca91aff91bb7d9cecf8cf7e1bc4ad9b4157e5a5
[INFO] checking SAY683/AtomDB-3 against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSAY683%2FAtomDB-3" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SAY683/AtomDB-3
[INFO] finished tweaking git repo https://github.com/SAY683/AtomDB-3
[INFO] tweaked toml for git repo https://github.com/SAY683/AtomDB-3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SAY683/AtomDB-3 on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SAY683/AtomDB-3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d
[INFO] running `Command { std: "docker" "start" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking value-bag v1.12.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking crossbeam-utils v0.8.21
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking zmij v1.0.21
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking icu_properties_data v2.2.0
[INFO] [stderr]     Checking icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling time-macros v0.2.30
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking time v0.3.51
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling portable-atomic-util v0.2.7
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking httparse v1.10.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking jiff v0.2.29
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]    Compiling pem-rfc7468 v0.3.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling crypto-bigint v0.3.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]    Compiling const-oid v0.7.1
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling der v0.5.1
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling web_atoms v0.2.5
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling spki v0.5.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking fastdate v0.3.36
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling pkcs8 v0.8.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling libgit2-sys v0.13.5+1.4.5
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling pkcs1 v0.3.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking rbs v4.8.4
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling rsa v0.6.1
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]     Checking dark-std v0.2.16
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking async-global-executor v2.4.1
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling mac_address v1.1.8
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling sqlx-rt v0.6.3
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]     Checking lru v0.14.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking serde_bytes v0.11.19
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking kv-log-macro v1.0.7
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling io-uring v0.6.4
[INFO] [stderr]    Compiling ipnetwork v0.19.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling bit-vec v0.6.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking async-std v1.13.2
[INFO] [stderr]    Compiling sqlx-core v0.6.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking atomic v0.6.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking terminal_size v0.4.4
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking sysctl v0.5.5
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling impl-tools-lib v0.11.4
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]    Compiling sea-query-derive v0.3.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling ouroboros_macro v0.15.6
[INFO] [stderr]    Compiling tendril v0.5.0
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]     Checking mmap-rs v0.6.1
[INFO] [stderr]     Checking alloc-stdlib v0.2.4
[INFO] [stderr]     Checking tokio-uring v0.5.0
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]    Compiling impl-tools v0.11.4
[INFO] [stderr]     Checking fast_log v1.7.8
[INFO] [stderr]     Checking sea-query v0.28.5
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling sea-strum_macros v0.23.0
[INFO] [stderr]    Compiling bae v0.1.7
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking deadpool-runtime v0.3.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling mem_dbg-derive v0.2.1
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking mea v0.6.4
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking ssri v9.2.0
[INFO] [stderr]     Checking postgres-protocol v0.6.12
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking redis v1.2.4
[INFO] [stderr]     Checking ouroboros v0.15.6
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]     Checking mem_dbg v0.3.4
[INFO] [stderr]     Checking sea-strum v0.23.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking wg v0.9.2
[INFO] [stderr]     Checking common_traits v0.12.1
[INFO] [stderr]    Compiling markup5ever v0.39.0
[INFO] [stderr]     Checking deadpool v0.13.0
[INFO] [stderr]    Compiling sea-orm-macros v0.11.3
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking brotli-decompressor v5.0.3
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking reqsign-core v3.0.1
[INFO] [stderr]    Compiling jni-macros v0.22.4
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling epserde-derive v0.11.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking rbdc v4.9.10
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling bytestring v1.5.1
[INFO] [stderr]     Checking opentelemetry v0.30.0
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]    Compiling quinn-udp v0.5.14
[INFO] [stderr]     Checking pluralizer v0.5.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking quick-xml v0.39.4
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]     Checking reflink-copy v0.1.30
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling value-traits-derive v0.2.1
[INFO] [stderr]    Compiling lender-derive v0.1.3
[INFO] [stderr]    Compiling sealed v0.6.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking sysinfo v0.36.1
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking partition v0.1.2
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking arbitrary-chunks v0.4.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]     Checking tz-rs v0.7.3
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking stable_try_trait_v2 v1.75.1
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking lender v0.4.2
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking ftlog v0.2.16
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking redis v0.27.6
[INFO] [stderr]     Checking postgres-types v0.2.14
[INFO] [stderr]     Checking stretto v0.8.4
[INFO] [stderr]    Compiling sqlx-macros v0.6.3
[INFO] [stderr]    Compiling simd_cesu8 v1.1.1
[INFO] [stderr]     Checking rdst v0.20.14
[INFO] [stderr]     Checking opendal-core v0.57.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.13.2
[INFO] [stderr]     Checking dsi-progress-logger v0.8.7
[INFO] [stderr]     Checking deadpool-redis v0.23.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]     Checking lambert_w v1.2.34
[INFO] [stderr]     Checking value-traits v0.2.1
[INFO] [stderr]     Checking cacache v13.1.0
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking epserde v0.11.5
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking opentelemetry_sdk v0.30.0
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]    Compiling ambassador v0.4.2
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking brotli v8.0.4
[INFO] [stderr]    Compiling html5ever v0.39.0
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling jni v0.22.4
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]    Compiling enumset_derive v0.15.0
[INFO] [stderr]    Compiling derive_setters v0.1.9
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking glam v0.25.0
[INFO] [stderr]     Checking fastbloom v0.14.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking thread-priority v3.1.1
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]    Compiling quinn v0.11.11
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking git2 v0.14.4
[INFO] [stderr]    Compiling jni-sys-macros v0.4.1
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling ego-tree v0.11.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking dyn_size_of v0.4.5
[INFO] [stderr]     Checking base64 v0.20.0
[INFO] [stderr]     Checking sync-cell-slice v0.9.12
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking web-time v0.2.4
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking embed-collections v0.12.4
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]    Compiling ssh-rs v0.5.0
[INFO] [stderr]     Checking lru-slab v0.1.2
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]     Checking bevy_utils v0.13.2
[INFO] [stderr]     Checking quinn-proto v0.11.15
[INFO] [stderr]     Checking crossfire v3.1.16
[INFO] [stderr]     Checking sux v0.10.3
[INFO] [stderr]     Checking bevy_math v0.13.2
[INFO] [stderr]     Checking actix-http v3.13.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking bitm v0.5.2
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling scraper v0.26.0
[INFO] [stderr]     Checking jni-sys v0.4.1
[INFO] [stderr]     Checking enumset v1.1.13
[INFO] [stderr]     Checking tokio-serde v0.9.0
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]     Checking tracing-opentelemetry v0.31.0
[INFO] [stderr]     Checking ssh-key v0.6.7
[INFO] [stderr]    Compiling bevy_reflect_derive v0.13.2
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking voracious_radix_sort v1.2.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling tarpc-plugins v0.14.1
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]     Checking whoami v2.1.2
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking binout v0.3.1
[INFO] [stderr]     Checking seedable_hash v0.2.3
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling v_htmlescape v0.15.8
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking bevy_ptr v0.13.2
[INFO] [stderr]     Checking opentelemetry-semantic-conventions v0.30.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking bevy_reflect v0.13.2
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking tarpc v0.37.0
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking ph v0.11.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking tokio-postgres v0.7.18
[INFO] [stderr]     Checking opener v0.8.5
[INFO] [stderr]     Checking sea-query v0.32.7
[INFO] [stderr]    Compiling rbatis-codegen v4.9.0
[INFO] [stderr]     Checking actix-web v4.6.0
[INFO] [stderr]     Checking sqlx v0.6.3
[INFO] [stderr]     Checking sea-query-binder v0.3.1
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking sea-orm v0.11.3
[INFO] [stderr]     Checking fast_pool v1.0.4
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking intrusive-collections v0.10.2
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking sysinfo v0.39.5
[INFO] [stderr]     Checking kanal v0.1.1
[INFO] [stderr]     Checking spin v0.12.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking sync_cow v0.1.2
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling rbatis-macro-driver v4.9.0
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking rbdc-pool-fast v4.9.5
[INFO] [stderr]    Compiling askama_parser v0.16.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking futures-rustls v0.26.0
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking http-range v0.1.5
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking actix-files v0.6.10
[INFO] [stderr]     Checking rbdc-pg v4.9.5
[INFO] [stderr]     Checking jsonwebtoken v10.4.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking suppaftp v8.0.5
[INFO] [stderr]     Checking Error v0.1.0 (/opt/rustwide/workdir/src/Error)
[INFO] [stdout] warning: crate `Error` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `error`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking Static v0.1.0 (/opt/rustwide/workdir/src/Static)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/Static/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/Static/src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `impl_trait_projections` has been stable since 1.74.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/Static/src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(impl_trait_projections)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]   --> src/Static/src/static_array.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | use spin::Lazy;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]    --> src/Static/src/static_array.rs:211:23
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub static mut ARCED: Lazy<ArcSwap<Box<dyn ArchiveConstruct>>> = Lazy::new(|| { ArcSwap::from_pointee(archive!(0).into_const()) });
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]    --> src/Static/src/static_array.rs:211:66
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub static mut ARCED: Lazy<ArcSwap<Box<dyn ArchiveConstruct>>> = Lazy::new(|| { ArcSwap::from_pointee(archive!(0).into_const()) });
[INFO] [stdout]     |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking actix-cors v0.7.1
[INFO] [stderr]     Checking rbatis v4.9.6
[INFO] [stdout] warning: crate `Static` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `static`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     async fn run(value: Aggregation<NTD>) -> Events<Vec<NTD>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]     = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 123 ~     fn run(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Vec<NTD>>> + Send
[INFO] [stdout] 124 |         where
[INFO] [stdout] 125 |             NTD: 'static,
[INFO] [stdout] 126 ~     {async {
[INFO] [stdout] 127 |         let mut ert = vec![];
[INFO] [stdout] ...
[INFO] [stdout] 134 |         Ok(ert)
[INFO] [stdout] 135 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     async fn sync(value: Aggregation<NTD>) -> Events<Arc<SyncCow<Vec<NTD>>>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 137 ~     fn sync(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Arc<SyncCow<Vec<NTD>>>>> + Send
[INFO] [stdout] 138 |         where
[INFO] [stdout] 139 |             NTD: 'static + Clone,
[INFO] [stdout] 140 ~     {async {
[INFO] [stdout] 141 |         let ert = Arc::new(SyncCow::new(vec![]));
[INFO] [stdout] ...
[INFO] [stdout] 151 |         Ok(ert)
[INFO] [stdout] 152 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     async fn alliance(value: Aggregation<NTD>) -> Events<Arc<SyncCow<Vec<NTD>>>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 154 ~     fn alliance(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Arc<SyncCow<Vec<NTD>>>>> + Send
[INFO] [stdout] 155 |         where
[INFO] [stdout] 156 |             NTD: 'static + Clone,
[INFO] [stdout] 157 ~     {async {
[INFO] [stdout] 158 |         let ert = Arc::new(SyncCow::new(vec![]));
[INFO] [stdout] ...
[INFO] [stdout] 181 |         Ok(ert)
[INFO] [stdout] 182 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Static/src/static_array.rs:25:2
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn archive_nexus(self, e: Option<Duration>) -> AsyncCache<K, V>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn archive_nexus(self, e: Option<Duration>) -> AsyncCache<K, V>;
[INFO] [stdout] 25 +     fn archive_nexus(self, e: Option<Duration>) -> impl std::future::Future<Output = AsyncCache<K, V>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `core_intrinsics` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `maybe_uninit_array_assume_init` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(maybe_uninit_array_assume_init)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `box_into_inner` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(box_into_inner)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking View v0.1.0 (/opt/rustwide/workdir/src/View)
[INFO] [stdout] warning: crate `View` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `view`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rbdc-mysql v4.9.6
[INFO] [stderr]     Checking fastpool v1.1.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking sysinfo v0.29.0
[INFO] [stderr]     Checking quick-xml v0.40.1
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking serde_json_borrow v0.9.0
[INFO] [stderr]     Checking bitmaps v2.1.0
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]     Checking link-section v0.18.3
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]    Compiling linktime-proc-macro v0.2.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking opendal-layer-retry v0.57.0
[INFO] [stderr]     Checking opendal-service-ftp v0.57.0
[INFO] [stderr]    Compiling askama_derive v0.16.0
[INFO] [stderr]     Checking ctor v1.0.7
[INFO] [stderr]     Checking sized-chunks v0.6.5
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]     Checking opendal-layer-logging v0.57.0
[INFO] [stderr]     Checking opendal-layer-concurrent-limit v0.57.0
[INFO] [stderr]     Checking opendal-layer-timeout v0.57.0
[INFO] [stderr]     Checking quickcheck v1.1.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]     Checking refpool v0.4.3
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking opendal v0.57.0
[INFO] [stderr]     Checking Install v0.1.0 (/opt/rustwide/workdir/src/Install)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/Static/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `async_fn_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/Static/src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(async_fn_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `impl_trait_projections` has been stable since 1.74.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/Static/src/lib.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(impl_trait_projections)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]   --> src/Static/src/static_array.rs:14:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | use spin::Lazy;
[INFO] [stdout]    |           ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]    --> src/Static/src/static_array.rs:211:23
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub static mut ARCED: Lazy<ArcSwap<Box<dyn ArchiveConstruct>>> = Lazy::new(|| { ArcSwap::from_pointee(archive!(0).into_const()) });
[INFO] [stdout]     |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `spin::Lazy`: use `spin::LazyLock` instead
[INFO] [stdout]    --> src/Static/src/static_array.rs:211:66
[INFO] [stdout]     |
[INFO] [stdout] 211 | pub static mut ARCED: Lazy<ArcSwap<Box<dyn ArchiveConstruct>>> = Lazy::new(|| { ArcSwap::from_pointee(archive!(0).into_const()) });
[INFO] [stdout]     |                                                                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking struson v0.7.2
[INFO] [stdout] warning: unused import: `LOCAL_DB`
[INFO] [stdout]   --> src/Install/src/web.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | use Static::{Alexia, Events, LOCAL_DB};
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Instant`
[INFO] [stdout]   --> src/Install/src/web.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | use std::time::Instant;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ordering`
[INFO] [stdout]   --> src/Install/src/web.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 | use std::sync::atomic::{AtomicU64, Ordering};
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> src/Install/src/rei.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `LOCAL_DB`
[INFO] [stdout]   --> src/Install/src/web.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 | use Static::{Alexia, Events, LOCAL_DB};
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::time::Instant`
[INFO] [stdout]   --> src/Install/src/web.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | use std::time::Instant;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Ordering`
[INFO] [stdout]   --> src/Install/src/web.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 | use std::sync::atomic::{AtomicU64, Ordering};
[INFO] [stdout]    |                                    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `anyhow::anyhow`
[INFO] [stdout]  --> src/Install/src/rei.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use anyhow::anyhow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     async fn run(value: Aggregation<NTD>) -> Events<Vec<NTD>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]     = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 123 ~     fn run(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Vec<NTD>>> + Send
[INFO] [stdout] 124 |         where
[INFO] [stdout] 125 |             NTD: 'static,
[INFO] [stdout] 126 ~     {async {
[INFO] [stdout] 127 |         let mut ert = vec![];
[INFO] [stdout] ...
[INFO] [stdout] 134 |         Ok(ert)
[INFO] [stdout] 135 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     async fn sync(value: Aggregation<NTD>) -> Events<Arc<SyncCow<Vec<NTD>>>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 137 ~     fn sync(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Arc<SyncCow<Vec<NTD>>>>> + Send
[INFO] [stdout] 138 |         where
[INFO] [stdout] 139 |             NTD: 'static + Clone,
[INFO] [stdout] 140 ~     {async {
[INFO] [stdout] 141 |         let ert = Arc::new(SyncCow::new(vec![]));
[INFO] [stdout] ...
[INFO] [stdout] 151 |         Ok(ert)
[INFO] [stdout] 152 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Static/src/lib.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     async fn alliance(value: Aggregation<NTD>) -> Events<Arc<SyncCow<Vec<NTD>>>>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 154 ~     fn alliance(value: Aggregation<NTD>) -> impl std::future::Future<Output = Events<Arc<SyncCow<Vec<NTD>>>>> + Send
[INFO] [stdout] 155 |         where
[INFO] [stdout] 156 |             NTD: 'static + Clone,
[INFO] [stdout] 157 ~     {async {
[INFO] [stdout] 158 |         let ert = Arc::new(SyncCow::new(vec![]));
[INFO] [stdout] ...
[INFO] [stdout] 181 |         Ok(ert)
[INFO] [stdout] 182 ~     } }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Static/src/static_array.rs:25:2
[INFO] [stdout]    |
[INFO] [stdout] 25 |     async fn archive_nexus(self, e: Option<Duration>) -> AsyncCache<K, V>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 25 -     async fn archive_nexus(self, e: Option<Duration>) -> AsyncCache<K, V>;
[INFO] [stdout] 25 +     fn archive_nexus(self, e: Option<Duration>) -> impl std::future::Future<Output = AsyncCache<K, V>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `core_intrinsics` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(core_intrinsics)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `maybe_uninit_array_assume_init` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(maybe_uninit_array_assume_init)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `box_into_inner` is declared but not used
[INFO] [stdout]  --> src/Static/src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(box_into_inner)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/Install/src/rei.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut eg = SUPER_URL.deref().load().postgres.connect_bdc().await?;
[INFO] [stdout]    |         ----^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/Install/src/rei.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let mut eg = SUPER_URL.deref().load().postgres.connect_bdc().await?;
[INFO] [stdout]    |         ----^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/Install/src/io.rs:175:37
[INFO] [stdout]     |
[INFO] [stdout] 175 | ...                   let mut set = SUPER_URL.deref().load().postgres.connect_bdc().await?;
[INFO] [stdout]     |                           ----^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/Install/src/io.rs:175:37
[INFO] [stdout]     |
[INFO] [stdout] 175 | ...                   let mut set = SUPER_URL.deref().load().postgres.connect_bdc().await?;
[INFO] [stdout]     |                           ----^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling askama_macros v0.16.0
[INFO] [stderr]     Checking askama v0.16.0
[INFO] [stdout] warning: static `REQUEST_COUNTER` is never used
[INFO] [stdout]   --> src/Install/src/web.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | static REQUEST_COUNTER: AtomicU64 = AtomicU64::new(1);
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_request` is never used
[INFO] [stdout]   --> src/Install/src/web.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn log_request(method: &str, path: &str, status: u16, duration_ms: u64, req_id: u64) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/Install/src/system.rs:78:22
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn build_unknown(e: &str) -> Result<Value> {
[INFO] [stdout]    |                         ^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn build_unknown(e: &str) -> Result<Value<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:371:5
[INFO] [stdout]     |
[INFO] [stdout] 371 |     async fn write(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]     = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 371 -     async fn write(&self) -> Integrity;
[INFO] [stdout] 371 +     fn write(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 |     async fn read(&self) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 372 -     async fn read(&self) -> Self::Read;
[INFO] [stdout] 372 +     fn read(&self) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     async fn remove(&self);
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 373 -     async fn remove(&self);
[INFO] [stdout] 373 +     fn remove(&self) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     async fn write_buf(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 374 -     async fn write_buf(&self) -> Integrity;
[INFO] [stdout] 374 +     fn write_buf(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     async fn read_buf(&self) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 375 -     async fn read_buf(&self) -> Self::Read;
[INFO] [stdout] 375 +     fn read_buf(&self) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     async fn hash_write(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 377 -     async fn hash_write(&self) -> Integrity;
[INFO] [stdout] 377 +     fn hash_write(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     async fn hash_read(&self, ees: &Integrity) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 378 -     async fn hash_read(&self, ees: &Integrity) -> Self::Read;
[INFO] [stdout] 378 +     fn hash_read(&self, ees: &Integrity) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:379:5
[INFO] [stdout]     |
[INFO] [stdout] 379 |     async fn remove_hash(&self, ees: &Integrity);
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 379 -     async fn remove_hash(&self, ees: &Integrity);
[INFO] [stdout] 379 +     fn remove_hash(&self, ees: &Integrity) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 |     async fn link(&self) -> Events<Integrity>;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 381 -     async fn link(&self) -> Events<Integrity>;
[INFO] [stdout] 381 +     fn link(&self) -> impl std::future::Future<Output = Events<Integrity>> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn default_connect(e: String) -> Events<DatabaseConnection> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 45 ~     fn default_connect(e: String) -> impl std::future::Future<Output = Events<DatabaseConnection>> + Send {async {
[INFO] [stdout] 46 |         Ok(Database::connect(e).await?)
[INFO] [stdout] 47 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     async fn connect(&self) -> Events<DatabaseConnection> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 48 ~     fn connect(&self) -> impl std::future::Future<Output = Events<DatabaseConnection>> + Send {async {
[INFO] [stdout] 49 |         Ok(Database::connect(self.url()).await?)
[INFO] [stdout] 50 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     async fn connect_bdc(&self) -> Events<RBatis> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 51 ~     fn connect_bdc(&self) -> impl std::future::Future<Output = Events<RBatis>> + Send {async {
[INFO] [stdout] 52 |         let die = RBatis::new();
[INFO] [stdout] ...
[INFO] [stdout] 58 |         Ok(die)
[INFO] [stdout] 59 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     async fn run_all<const LK: usize>(&self, event: String) -> Events<Vec<QueryResult>> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     fn run_all<const LK: usize>(&self, event: String) -> impl std::future::Future<Output = Events<Vec<QueryResult>>> + Send {async {
[INFO] [stdout] 63 |         let db = self.connect().await?;
[INFO] [stdout] ...
[INFO] [stdout] 66 |         Ok(xv)
[INFO] [stdout] 67 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     async fn run_sql(&self, sql: String) -> Events<ExecResult> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 68 ~     fn run_sql(&self, sql: String) -> impl std::future::Future<Output = Events<ExecResult>> + Send {async {
[INFO] [stdout] 69 |         let ex = self.connect().await?;
[INFO] [stdout] ...
[INFO] [stdout] 72 |         Ok(ev)
[INFO] [stdout] 73 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     async fn redis_connection(&self) -> Conf {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     fn redis_connection(&self) -> impl std::future::Future<Output = Conf> + Send {async {
[INFO] [stdout] 76 |         Conf::from_url(self.url())
[INFO] [stdout] 77 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     async fn redis_connection_async(&self) -> Events<redis::Client> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 78 ~     fn redis_connection_async(&self) -> impl std::future::Future<Output = Events<redis::Client>> + Send {async {
[INFO] [stdout] 79 |         Ok(redis::Client::open(self.url())?)
[INFO] [stdout] 80 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     async fn redis_pool(&self) -> Events<Pool> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 81 ~     fn redis_pool(&self) -> impl std::future::Future<Output = Events<Pool>> + Send {async {
[INFO] [stdout] 82 |         Ok(self.redis_connection().await.create_pool(Some(Runtime::Tokio1))?)
[INFO] [stdout] 83 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `associated_type_defaults` is declared but not used
[INFO] [stdout]  --> src/Install/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_type_defaults)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: static `REQUEST_COUNTER` is never used
[INFO] [stdout]   --> src/Install/src/web.rs:71:8
[INFO] [stdout]    |
[INFO] [stdout] 71 | static REQUEST_COUNTER: AtomicU64 = AtomicU64::new(1);
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `log_request` is never used
[INFO] [stdout]   --> src/Install/src/web.rs:74:4
[INFO] [stdout]    |
[INFO] [stdout] 74 | fn log_request(method: &str, path: &str, status: u16, duration_ms: u64, req_id: u64) {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: crate `Install` should have a snake case name
[INFO] [stdout]   |
[INFO] [stdout]   = help: convert the identifier to snake case: `install`
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/Install/src/system.rs:78:22
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn build_unknown(e: &str) -> Result<Value> {
[INFO] [stdout]    |                         ^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 78 |     fn build_unknown(e: &str) -> Result<Value<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:371:5
[INFO] [stdout]     |
[INFO] [stdout] 371 |     async fn write(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]     = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 371 -     async fn write(&self) -> Integrity;
[INFO] [stdout] 371 +     fn write(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:372:5
[INFO] [stdout]     |
[INFO] [stdout] 372 |     async fn read(&self) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 372 -     async fn read(&self) -> Self::Read;
[INFO] [stdout] 372 +     fn read(&self) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:373:5
[INFO] [stdout]     |
[INFO] [stdout] 373 |     async fn remove(&self);
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 373 -     async fn remove(&self);
[INFO] [stdout] 373 +     fn remove(&self) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:374:5
[INFO] [stdout]     |
[INFO] [stdout] 374 |     async fn write_buf(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 374 -     async fn write_buf(&self) -> Integrity;
[INFO] [stdout] 374 +     fn write_buf(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:375:5
[INFO] [stdout]     |
[INFO] [stdout] 375 |     async fn read_buf(&self) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 375 -     async fn read_buf(&self) -> Self::Read;
[INFO] [stdout] 375 +     fn read_buf(&self) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:377:5
[INFO] [stdout]     |
[INFO] [stdout] 377 |     async fn hash_write(&self) -> Integrity;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 377 -     async fn hash_write(&self) -> Integrity;
[INFO] [stdout] 377 +     fn hash_write(&self) -> impl std::future::Future<Output = Integrity> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:378:5
[INFO] [stdout]     |
[INFO] [stdout] 378 |     async fn hash_read(&self, ees: &Integrity) -> Self::Read;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 378 -     async fn hash_read(&self, ees: &Integrity) -> Self::Read;
[INFO] [stdout] 378 +     fn hash_read(&self, ees: &Integrity) -> impl std::future::Future<Output = Self::Read> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:379:5
[INFO] [stdout]     |
[INFO] [stdout] 379 |     async fn remove_hash(&self, ees: &Integrity);
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 379 -     async fn remove_hash(&self, ees: &Integrity);
[INFO] [stdout] 379 +     fn remove_hash(&self, ees: &Integrity) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]    --> src/Install/src/io.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 |     async fn link(&self) -> Events<Integrity>;
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]     |
[INFO] [stdout] 381 -     async fn link(&self) -> Events<Integrity>;
[INFO] [stdout] 381 +     fn link(&self) -> impl std::future::Future<Output = Events<Integrity>> + Send;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     async fn default_connect(e: String) -> Events<DatabaseConnection> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 45 ~     fn default_connect(e: String) -> impl std::future::Future<Output = Events<DatabaseConnection>> + Send {async {
[INFO] [stdout] 46 |         Ok(Database::connect(e).await?)
[INFO] [stdout] 47 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     async fn connect(&self) -> Events<DatabaseConnection> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 48 ~     fn connect(&self) -> impl std::future::Future<Output = Events<DatabaseConnection>> + Send {async {
[INFO] [stdout] 49 |         Ok(Database::connect(self.url()).await?)
[INFO] [stdout] 50 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     async fn connect_bdc(&self) -> Events<RBatis> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 51 ~     fn connect_bdc(&self) -> impl std::future::Future<Output = Events<RBatis>> + Send {async {
[INFO] [stdout] 52 |         let die = RBatis::new();
[INFO] [stdout] ...
[INFO] [stdout] 58 |         Ok(die)
[INFO] [stdout] 59 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     async fn run_all<const LK: usize>(&self, event: String) -> Events<Vec<QueryResult>> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 62 ~     fn run_all<const LK: usize>(&self, event: String) -> impl std::future::Future<Output = Events<Vec<QueryResult>>> + Send {async {
[INFO] [stdout] 63 |         let db = self.connect().await?;
[INFO] [stdout] ...
[INFO] [stdout] 66 |         Ok(xv)
[INFO] [stdout] 67 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     async fn run_sql(&self, sql: String) -> Events<ExecResult> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 68 ~     fn run_sql(&self, sql: String) -> impl std::future::Future<Output = Events<ExecResult>> + Send {async {
[INFO] [stdout] 69 |         let ex = self.connect().await?;
[INFO] [stdout] ...
[INFO] [stdout] 72 |         Ok(ev)
[INFO] [stdout] 73 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     async fn redis_connection(&self) -> Conf {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     fn redis_connection(&self) -> impl std::future::Future<Output = Conf> + Send {async {
[INFO] [stdout] 76 |         Conf::from_url(self.url())
[INFO] [stdout] 77 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     async fn redis_connection_async(&self) -> Events<redis::Client> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 78 ~     fn redis_connection_async(&self) -> impl std::future::Future<Output = Events<redis::Client>> + Send {async {
[INFO] [stdout] 79 |         Ok(redis::Client::open(self.url())?)
[INFO] [stdout] 80 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/Install/src/sql_url.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     async fn redis_pool(&self) -> Events<Pool> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 81 ~     fn redis_pool(&self) -> impl std::future::Future<Output = Events<Pool>> + Send {async {
[INFO] [stdout] 82 |         Ok(self.redis_connection().await.create_pool(Some(Runtime::Tokio1))?)
[INFO] [stdout] 83 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `associated_type_defaults` is declared but not used
[INFO] [stdout]  --> src/Install/src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(associated_type_defaults)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking V3 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1, sqlx-core v0.6.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d", kill_on_drop: false }`
[INFO] [stdout] 763ae52917720e95eb44b5b2b60825330286e670ff3575467fa3fa6d0a09f47d
